var io.blackHolePool

3 uses

	io (current package)
		io.go#L647: var blackHolePool = sync.Pool{
		io.go#L655: 	bufp := blackHolePool.Get().(*[]byte)
		io.go#L661: 			blackHolePool.Put(bufp)